home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / pb121.zip / README.121 < prev    next >
Text File  |  1992-03-28  |  4KB  |  112 lines

  1.  
  2.                        ┌───────────────────────┐
  3.                        │ ProBoard version 1.21 │
  4.                        └───────────────────────┘
  5.  
  6.  
  7.  
  8. Upgrade procedure for users of ProBoard v1.20
  9. ───────────────────────────────────────────────────────────────────────────
  10.  
  11. You don't have to do anything special in order to upgrade to this version.
  12. If you are using an earlier version, you'll have to follow the procedure
  13. described below:
  14.  
  15.  
  16. Upgrade procedure for users of ProBoard v1.15-1.17
  17. ───────────────────────────────────────────────────────────────────────────
  18.  
  19. - Make a backup of your USERS.PRO file!
  20. - Extract the v1.20 archive in your ProBoard directory, overwriting all
  21.   executables.
  22. - Run CONVERT PB
  23.   It is normal that the conversion utility reports "Already converted" for
  24.   some files. The USERS.PRO file will be deleted and 4 new files will be
  25.   created in your message base directory: USERS.BBS,USERSXI.BBS,LASTREAD.BBS
  26.   and USERSPB.BBS
  27. - Run PROCFG and go to the <Options> <Text Strings>, and exit PROCFG. You
  28.   will be asked if you want to save changes.
  29. - You might want to check all the configuration parameters, because some
  30.   new options were added in ProCFG.
  31. - Run PBUTIL UF
  32. - READY!
  33.  
  34. ** NOTE: DO NOT COMPRESS PROBOARD.EXE with an EXE-file compression utility! **
  35.  
  36.  
  37.  
  38. Changes since v1.20
  39. ───────────────────────────────────────────────────────────────────────────
  40.  
  41. - Quiet mode (-Q) is now REALLY quiet. (except for attention and page tunes)
  42.  
  43. - When the user exceeds the maximum password retries, ProBoard will allow the
  44.   the user to post a message to the sysop.
  45.  
  46. - The MK and MR modules from PBUTIL have now been eliminated. The message
  47.   packer will now handle the repair of a damaged message base. It will also
  48.   kill old messages while packing (if told to do so)
  49.  
  50. - It's now possible to specify a "system password" for ProBoard. When enabled,
  51.   ProBoard will ask for a fixed password before asking the user for a name.
  52.  
  53. - Function 49 (Change msg area) now accepts a data field similar to the
  54.   "change file area" function, allowing greater flexibility.
  55.  
  56. - New shell parameter: *O will be replaced with the path to the cvurrent
  57.   file area.
  58.  
  59. - New shell parameter: *_ will tell ProBoard not to write underscores instead
  60.   of spaces when writing the file DORINFOx.DEF. Needed for all Motor City
  61.   doors.
  62.  
  63. - The following options have been added for the functions "Goto Menu",
  64.   "Gosub Menu" and "Goto Menu & Clear":
  65.       - /M=+         Set next accessible message area
  66.       - /M=-         Set prev accessible message area
  67.       - /F=+         Set next accessible file area
  68.       - /F=-         Set prev accessible file area
  69.  
  70. - It's now possible to specify a list of filenames that don't affect the
  71.   user's download limit (free files).
  72.  
  73. - A new configuration option in the file areas setup allows you to specify
  74.   a file area as being free.
  75.  
  76. - Support for multiple directories per file area!
  77.  
  78. - You can now customize the following functions with lots of parameters:
  79.     * Toggle ANSI
  80.     * Toggle ClearScreen
  81.     * Toggle More
  82.     * Toggle Avatar/0
  83.     * Toggle Avatar/0+
  84.     * Toggle FsEd
  85.  
  86. - "Fast mode" is now really fast.
  87.  
  88. - New SDK functions: SetFullColor()
  89.                      ExternalInput()
  90.                      GotoXY()
  91.                      putenv()
  92.                      ErrorLevel()
  93.                      ClrEol().
  94.                      GetIniVar()
  95.                      SetIniVar()
  96.  
  97. - New mode for the SDK function "Input()" : INPUT_PWD (or together with
  98.   another mode value if you want ProBoard to display the configured
  99.   password character while typing something)
  100.  
  101. - Bug fix: '|' did not work in the modem init-string
  102. - Bug fix: An empty user record was sometimes written to disk when shelling.
  103. - Bug fix: When running standalone, the logon/logoff times in the list of
  104.            last callers were wrong.
  105. - Bug fix: The -L<level> command line option now works fine when new users
  106.            are logging on.
  107. - Bug fix: all lastread-pointer problems should now be fixed (important when
  108.            using external mail readers)
  109. - Bug fix: ANSI detection has been fixed.
  110. - Bug fix: lastread pointer stored in user record is now updated after
  111.            renumbering the message base.
  112.